home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / pathchk.1 < prev    next >
Encoding:
Text File  |  1991-11-13  |  1.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. PATHCHK(1L)                                           PATHCHK(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      pathchk - check whether pathnames are valid or portable
  10.  
  11. SYNOPSIS
  12.      pathchk [-p] [+portability] path...
  13.  
  14. DESCRIPTION
  15.      This manual page documents the GNU version of pathchk.  For
  16.      each _✓p_✓a_✓t_✓h, pathchk prints a message if any of these condi-
  17.      tions are false:
  18.      +✓o all directories in _✓p_✓a_✓t_✓h have search (execute) permission
  19.      +✓o the length of _✓p_✓a_✓t_✓h <= the filesystem's maximum path length
  20.      +✓o the length of each directory in _✓p_✓a_✓t_✓h <= the filesystem's
  21.      maximum file name legnth
  22.  
  23.      The exit status is:
  24.      0 if all path names passed all of the tests,
  25.      1 otherwise.
  26.  
  27.      OPTIONS
  28.  
  29.      -_✓p, +_✓p_✓o_✓r_✓t_✓a_✓b_✓i_✓l_✓i_✓t_✓y
  30.           Instead of performing length checks on the underlying
  31.           filesystem, test the length of the pathname and its
  32.           components against the POSIX.1 minimum limits for por-
  33.           tability.  Also check that the pathname contains no
  34.           characters not in the portable filename character set.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.